home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag201.zip / TAGFILE.SLT < prev    next >
Text File  |  1993-05-11  |  832b  |  19 lines

  1. //  ________________________________________________________________________
  2. // |                                                                        |
  3. // | A Sample Script file for use with Telix                                |
  4. // |                                                                        |
  5. // | This script will execute TagFile, from there you will have             |
  6. // | complete control of all aspects of running TagFile.                    |
  7. // |________________________________________________________________________|
  8. //
  9. //  If this script is executed from Telix, it should do the trick.
  10. //  Simply define the keystroke you wish to use and then when prompted
  11. //  for what to execute type "@ TAGFILE" (without the quotes of course ).
  12. //
  13.  
  14. main()
  15.  
  16. {
  17.  dos("Tagfile c:\tagfile\dgs.def",0);
  18. }
  19.